if (isset(f5)) {
  load.pic(v0);
  draw.pic(v0);
  discard.pic(v0);
  position(o0,120,155);
  status.line.on();
  accept.input();
  load.view(12);
  set.view(o1,12);
  position(o1,80,100);
  animate.obj(o1);
  wander(o1);
  draw(o1);
  draw(o0);
  show.pic();
  load.sound(7);
  sound(7,f60);
}
if (v2 == 3) {
  new.room(3);
}
if (said("move","fence")) {
  print("You're not strong enough.Mabey you should go to the 'gym'.");
  }
if(said("look","dog")){
print("It's dead covered with blood and I think that It's dead.");
}
if(said("look","grass")){
print("It's look like.........");
print("........grass");

      }
      if(said("give","bagpipe")){

      if(has("bagpipe")){
        print("Lefy: Here's the bagpipe you lost. Well bye then!");
  print("Man: Thanks, bye.");
     drop("bagpipe");
     v3 += 4;
     return();
      }
      print("You don't have it.");
      return();
      
}
if (said("ask","bouncer")) {
  if (v50 == 5) {
    print("You already talked to him.");
    return();
  }
  print("Lefty: 'Hello.'");
  print("Guy: 'Aye.'");
  print("Lefty: 'What are you doing here.'");
  print("Guy: 'I lost my bagpipe.'");
  print("Lefty: 'If I find it I'll return it to you.'");
  print("Guy: 'Aye.'");
  v50 = 5;
  v3 += 3;
  }
if(said("look","man")){
print("It's a Scotish old man.");
}
if(said("look","lamp")){
print("It's an old street lamp.");
}
if(said("take","paper")){
print("No, It's garbage and I'm not takeing it.");
}
if(said("look","garbage")){
print("It's all over this place.");
}
if(said("look","garbage","can")){
print("It's a big one and it stinks.");
}
if(said("kill","man")){
print("Lefty: Hey you come here!");
print("Man: I know Kung fu thingis");
print("After 10 second you realice that he's too strong and leave him alone.");}

if(said("look","store")){
print("It's over the street as you can see.");
}
if (said("examine")) {
  print("You're in a dark alley.There's a man wandering around. Thats all you "
        "need to know.");
}
if (said("examine","fence")) {
  print("Cool fence,man!");
}
if (said("examine","street")) {
  print("It's just a street.");
}
if (said("examine","city")) {
  print("The city's name is Lost Angels.");
}
if (said("examine","sky")) {
  print("It's the beatiful sky of Lost Angeles.");
}
if (said("examine","bin","bin")) {
  print("It's the bars garbage can.");
}
if (said("climb","above","fence")) {
  print("Your a wuzzy.You cant even climb over the fence because your not "
        "strong enough.");
}
if (said("examine")) {
  print("You are in the dark alley.There's some graffity on the wall.This fence "
        "is on the verge of collapsion.");
}
if (said("examine","graffity")) {
  if (posn(o0,11,94,42,138)) {
    print("Ok");
    new.room(6);
  }
  print("You're not close enough.");
}

return();